3.15.44 \(\int \frac {(a+b x+c x^2)^p}{(b d+2 c d x)^4} \, dx\) [1444]

Optimal. Leaf size=90 \[ \frac {2 \left (\frac {1}{4} \left (4 a-\frac {b^2}{c}\right )+\frac {(b+2 c x)^2}{4 c}\right )^{1+p} \, _2F_1\left (1,-\frac {1}{2}+p;-\frac {1}{2};\frac {(b+2 c x)^2}{b^2-4 a c}\right )}{3 \left (b^2-4 a c\right ) d^4 (b+2 c x)^3} \]

[Out]

2/3*(a-1/4*b^2/c+1/4*(2*c*x+b)^2/c)^(1+p)*hypergeom([1, -1/2+p],[-1/2],(2*c*x+b)^2/(-4*a*c+b^2))/(-4*a*c+b^2)/
d^4/(2*c*x+b)^3

________________________________________________________________________________________

Rubi [A]
time = 0.05, antiderivative size = 85, normalized size of antiderivative = 0.94, number of steps used = 3, number of rules used = 3, integrand size = 24, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.125, Rules used = {708, 372, 371} \begin {gather*} -\frac {\left (a+b x+c x^2\right )^p \left (1-\frac {(b+2 c x)^2}{b^2-4 a c}\right )^{-p} \, _2F_1\left (-\frac {3}{2},-p;-\frac {1}{2};\frac {(b+2 c x)^2}{b^2-4 a c}\right )}{6 c d^4 (b+2 c x)^3} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(a + b*x + c*x^2)^p/(b*d + 2*c*d*x)^4,x]

[Out]

-1/6*((a + b*x + c*x^2)^p*Hypergeometric2F1[-3/2, -p, -1/2, (b + 2*c*x)^2/(b^2 - 4*a*c)])/(c*d^4*(b + 2*c*x)^3
*(1 - (b + 2*c*x)^2/(b^2 - 4*a*c))^p)

Rule 371

Int[((c_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[a^p*((c*x)^(m + 1)/(c*(m + 1)))*Hyperg
eometric2F1[-p, (m + 1)/n, (m + 1)/n + 1, (-b)*(x^n/a)], x] /; FreeQ[{a, b, c, m, n, p}, x] &&  !IGtQ[p, 0] &&
 (ILtQ[p, 0] || GtQ[a, 0])

Rule 372

Int[((c_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Dist[a^IntPart[p]*((a + b*x^n)^FracPart[p]/
(1 + b*(x^n/a))^FracPart[p]), Int[(c*x)^m*(1 + b*(x^n/a))^p, x], x] /; FreeQ[{a, b, c, m, n, p}, x] &&  !IGtQ[
p, 0] &&  !(ILtQ[p, 0] || GtQ[a, 0])

Rule 708

Int[((d_) + (e_.)*(x_))^(m_)*((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_.), x_Symbol] :> Dist[1/e, Subst[Int[x^m*(
a - b^2/(4*c) + (c*x^2)/e^2)^p, x], x, d + e*x], x] /; FreeQ[{a, b, c, d, e, m, p}, x] && NeQ[b^2 - 4*a*c, 0]
&& EqQ[2*c*d - b*e, 0]

Rubi steps

\begin {align*} \int \frac {\left (a+b x+c x^2\right )^p}{(b d+2 c d x)^4} \, dx &=\frac {\text {Subst}\left (\int \frac {\left (a-\frac {b^2}{4 c}+\frac {x^2}{4 c d^2}\right )^p}{x^4} \, dx,x,b d+2 c d x\right )}{2 c d}\\ &=\frac {\left (2^{-1+2 p} \left (a+b x+c x^2\right )^p \left (4+\frac {(b d+2 c d x)^2}{\left (a-\frac {b^2}{4 c}\right ) c d^2}\right )^{-p}\right ) \text {Subst}\left (\int \frac {\left (1+\frac {x^2}{4 \left (a-\frac {b^2}{4 c}\right ) c d^2}\right )^p}{x^4} \, dx,x,b d+2 c d x\right )}{c d}\\ &=-\frac {2^{-1+2 p} \left (a+b x+c x^2\right )^p \left (4-\frac {4 (b+2 c x)^2}{b^2-4 a c}\right )^{-p} \, _2F_1\left (-\frac {3}{2},-p;-\frac {1}{2};\frac {(b+2 c x)^2}{b^2-4 a c}\right )}{3 c d^4 (b+2 c x)^3}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.74, size = 92, normalized size = 1.02 \begin {gather*} -\frac {2^{-1-2 p} (a+x (b+c x))^p \left (\frac {c (a+x (b+c x))}{-b^2+4 a c}\right )^{-p} \, _2F_1\left (-\frac {3}{2},-p;-\frac {1}{2};\frac {(b+2 c x)^2}{b^2-4 a c}\right )}{3 c d^4 (b+2 c x)^3} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(a + b*x + c*x^2)^p/(b*d + 2*c*d*x)^4,x]

[Out]

-1/3*(2^(-1 - 2*p)*(a + x*(b + c*x))^p*Hypergeometric2F1[-3/2, -p, -1/2, (b + 2*c*x)^2/(b^2 - 4*a*c)])/(c*d^4*
(b + 2*c*x)^3*((c*(a + x*(b + c*x)))/(-b^2 + 4*a*c))^p)

________________________________________________________________________________________

Maple [F]
time = 0.39, size = 0, normalized size = 0.00 \[\int \frac {\left (c \,x^{2}+b x +a \right )^{p}}{\left (2 c d x +b d \right )^{4}}\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((c*x^2+b*x+a)^p/(2*c*d*x+b*d)^4,x)

[Out]

int((c*x^2+b*x+a)^p/(2*c*d*x+b*d)^4,x)

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c*x^2+b*x+a)^p/(2*c*d*x+b*d)^4,x, algorithm="maxima")

[Out]

integrate((c*x^2 + b*x + a)^p/(2*c*d*x + b*d)^4, x)

________________________________________________________________________________________

Fricas [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c*x^2+b*x+a)^p/(2*c*d*x+b*d)^4,x, algorithm="fricas")

[Out]

integral((c*x^2 + b*x + a)^p/(16*c^4*d^4*x^4 + 32*b*c^3*d^4*x^3 + 24*b^2*c^2*d^4*x^2 + 8*b^3*c*d^4*x + b^4*d^4
), x)

________________________________________________________________________________________

Sympy [F(-1)] Timed out
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Timed out} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c*x**2+b*x+a)**p/(2*c*d*x+b*d)**4,x)

[Out]

Timed out

________________________________________________________________________________________

Giac [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c*x^2+b*x+a)^p/(2*c*d*x+b*d)^4,x, algorithm="giac")

[Out]

integrate((c*x^2 + b*x + a)^p/(2*c*d*x + b*d)^4, x)

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.01 \begin {gather*} \int \frac {{\left (c\,x^2+b\,x+a\right )}^p}{{\left (b\,d+2\,c\,d\,x\right )}^4} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a + b*x + c*x^2)^p/(b*d + 2*c*d*x)^4,x)

[Out]

int((a + b*x + c*x^2)^p/(b*d + 2*c*d*x)^4, x)

________________________________________________________________________________________